home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / q_t / tigawb / programs / demo.doc < prev    next >
Encoding:
Text File  |  1995-12-31  |  920 b   |  36 lines

  1. The DEMO-Program :
  2.  
  3. Demo draws random gfx.lib functions. 
  4.  
  5. type <demo> into your command line.
  6.  
  7. Options :
  8.  
  9. amiga : uses standart graphics.library functions
  10.         default is <tiga>, which uses (only) my gfx.library functions
  11. pat : uses pattern on all operation
  12.       default is nopattern
  13.  
  14. line    : draws lines (default)
  15. box     : boxes are drawn
  16. text    : text is drawn
  17. ellipse : draws ellipses  (? _s is that right )
  18. areaell : draws filled ellipses (does not work in amiga moe, I guess -
  19.             I have to check it out)
  20.  
  21. demo supports clipping in both amiga and tiga mode. 
  22. you can run all demos with the run command at the same time
  23. like 
  24.    > run demo amiga box
  25.    [1] 
  26.    > run demo ami  // ami = amiga
  27.    [2]
  28.    > run demo ell
  29.    [3]
  30.    ....
  31.  
  32. used with the emulation and in amiga mode it will draw on both
  33. screens, the amiga and tiga screen !
  34.  
  35. close it with the close gadget or the break command or <CTRL-C>.
  36.